Skip to main content

Delete Queue Items

Delete items with the "New" status from a specified queue

Input

  • Queue Items: Queue items to delete (must be in "New" status)
    • Type: System.Collections.Generic.IEnumerable<ArenaRobotics.Domain.Entities.ServiceQueueItem>
    • Required

Misc

  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds(30 seconds).
    • Type: System.Int32